Overload | Description |
---|---|
UAAttributeDataResult<T> Constructor(Object,Exception) | Initializes a new instance of the class, with given state object and exception. |
UAAttributeDataResult<T> Constructor(Object,Exception,UAAttributeData<T>) | Initializes a new instance of the class, with given state object, exception, and UAAttributeData<TValue>. |
UAAttributeDataResult<T> Constructor(Object,UAAttributeData<T>) | Initializes a new instance of the class, with given state object and typed UAAttributeData<TValue>. |
UAAttributeDataResult<T> Constructor(UAAttributeDataResult) | Initializes a new copy of the object. |